home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: FocusOwn.h.
- * Generated using:
- * SOM Precompiler somipc: 2.18
- * SOM Emitter emith.dll: 2.33
- */
-
- /*
- *
- * Classes defined in this interface
- *
- */
-
-
- #ifndef SOM_ODFocusOwnerIterator_h
- #define SOM_ODFocusOwnerIterator_h
-
-
- #include <som.h>
-
- /*
- * -- This emitter treats Method Tokens as Thunks by default.
- * -- Use the sc modifier "nothunks" to change this default
- */
- #undef somresolve_
- #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
-
- /*
- * Define the class name as an object type
- */
- #ifndef ODFocusOwnerIterator
- #define ODFocusOwnerIterator SOMObject
- #endif
- #include <ODObject.h>
-
- /*
- * Start of user-defined types:
- */
- #ifndef SOMClass
- #define SOMClass SOMObject
- #endif /* SOMClass */
- #ifndef SOMObject
- #define SOMObject SOMObject
- #endif /* SOMObject */
- #ifndef ODFrame
- #define ODFrame SOMObject
- #endif /* ODFrame */
- #ifndef ODFacet
- #define ODFacet SOMObject
- #endif /* ODFacet */
- #ifndef ODObject
- #define ODObject SOMObject
- #endif /* ODObject */
- #ifndef ODExtension
- #define ODExtension SOMObject
- #endif /* ODExtension */
- #ifndef ODFocusOwnerIterator
- #define ODFocusOwnerIterator SOMObject
- #endif /* ODFocusOwnerIterator */
- #ifndef ODFocusModule
- #define ODFocusModule SOMObject
- #endif /* ODFocusModule */
-
- /*
- * End of user-defined types.
- */
-
- #define ODFocusOwnerIterator_MajorVersion 1
- #define ODFocusOwnerIterator_MinorVersion 0
-
- /*
- * External name shortening if required
- */
- #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
- #define ODFocusOwnerIteratorClassData d
- #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
- /*--------------Migration------------*/
-
- #ifdef OLDIBMSOMAPISUPPORT
- #define ODFocusOwnerIterator_classObj somNewClassReference(ODFocusOwnerIterator)
- #define _ODFocusOwnerIterator ODFocusOwnerIterator_classObj
- #define ODFocusOwnerIteratorCClassData ODFocusOwnerIteratorClassData
- #define ODFocusOwnerIteratorNewClass(major,minor) somNewVersionedClassReference(ODFocusOwnerIterator,major,minor)
- #endif
-
- /* define xxxMetaClass macro to facilitate (cls ## MetaClass) */
- #define ODFocusOwnerIteratorMetaClass SOMClass
-
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=power
- #endif
-
- /*
- * Declare the class data structure
- */
- SOMEXTERN struct ODFocusOwnerIteratorClassDataStructure {
- #ifdef OLDIBMSOMAPISUPPORT
- SOMAny *classObject; /* always zero, use somNewClassReference instead */
- #else
- long zero;
- #endif
- somStaticClassInfo *sci;
- somDToken instanceDataToken;
- long reserved [3];
- somMToken InitFocusOwnerIterator;
- somMToken First;
- somMToken Next;
- somMToken IsNotComplete;
- } SOMDLINK ODFocusOwnerIteratorClassData;
-
- #if PRAGMA_ALIGN_SUPPORTED
- # pragma options align=reset
- #endif
-
- #if !defined(ODFocusOwnerIterator_Class_Source) && !defined(SOM_Module_focusown_Source)
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma import list ODFocusOwnerIteratorClassData
- #endif
- #endif
-
-
- /*
- * New macro for ODFocusOwnerIterator
- */
- #define ODFocusOwnerIteratorNew() somNewObject(ODFocusOwnerIterator)
-
- /*
- * New Method: InitFocusOwnerIterator
- */
- typedef void (SOMLINK *somTD_ODFocusOwnerIterator_InitFocusOwnerIterator)(ODFocusOwnerIterator *somSelf, Environment *ev,
- ODTypeToken focus,
- ODFocusModule* focusModule);
- #define somMD_ODFocusOwnerIterator_InitFocusOwnerIterator "::ODFocusOwnerIterator::InitFocusOwnerIterator"
- #define ODFocusOwnerIterator_InitFocusOwnerIterator(somSelf,ev,focus,focusModule) \
- (SOM_Resolve(somSelf, ODFocusOwnerIterator, InitFocusOwnerIterator) \
- (somSelf,ev,focus,focusModule))
- #ifndef SOMGD_InitFocusOwnerIterator
- #if (defined(_InitFocusOwnerIterator) || defined(__InitFocusOwnerIterator))
- #undef _InitFocusOwnerIterator
- #undef __InitFocusOwnerIterator
- #define SOMGD_InitFocusOwnerIterator 1
- #else
- #define _InitFocusOwnerIterator ODFocusOwnerIterator_InitFocusOwnerIterator
- #endif /* _InitFocusOwnerIterator */
- #endif /* SOMGD_InitFocusOwnerIterator */
-
- /*
- * New Method: First
- */
- typedef ODFrame* (SOMLINK *somTD_ODFocusOwnerIterator_First)(ODFocusOwnerIterator *somSelf, Environment *ev);
- #define somMD_ODFocusOwnerIterator_First "::ODFocusOwnerIterator::First"
- #define ODFocusOwnerIterator_First(somSelf,ev) \
- (SOM_Resolve(somSelf, ODFocusOwnerIterator, First) \
- (somSelf,ev))
- #ifndef SOMGD_First
- #if (defined(_First) || defined(__First))
- #undef _First
- #undef __First
- #define SOMGD_First 1
- #else
- #define _First ODFocusOwnerIterator_First
- #endif /* _First */
- #endif /* SOMGD_First */
-
- /*
- * New Method: Next
- */
- typedef ODFrame* (SOMLINK *somTD_ODFocusOwnerIterator_Next)(ODFocusOwnerIterator *somSelf, Environment *ev);
- #define somMD_ODFocusOwnerIterator_Next "::ODFocusOwnerIterator::Next"
- #define ODFocusOwnerIterator_Next(somSelf,ev) \
- (SOM_Resolve(somSelf, ODFocusOwnerIterator, Next) \
- (somSelf,ev))
- #ifndef SOMGD_Next
- #if (defined(_Next) || defined(__Next))
- #undef _Next
- #undef __Next
- #define SOMGD_Next 1
- #else
- #define _Next ODFocusOwnerIterator_Next
- #endif /* _Next */
- #endif /* SOMGD_Next */
-
- /*
- * New Method: IsNotComplete
- */
- typedef ODBoolean (SOMLINK *somTD_ODFocusOwnerIterator_IsNotComplete)(ODFocusOwnerIterator *somSelf, Environment *ev);
- #define somMD_ODFocusOwnerIterator_IsNotComplete "::ODFocusOwnerIterator::IsNotComplete"
- #define ODFocusOwnerIterator_IsNotComplete(somSelf,ev) \
- (SOM_Resolve(somSelf, ODFocusOwnerIterator, IsNotComplete) \
- (somSelf,ev))
- #ifndef SOMGD_IsNotComplete
- #if (defined(_IsNotComplete) || defined(__IsNotComplete))
- #undef _IsNotComplete
- #undef __IsNotComplete
- #define SOMGD_IsNotComplete 1
- #else
- #define _IsNotComplete ODFocusOwnerIterator_IsNotComplete
- #endif /* _IsNotComplete */
- #endif /* SOMGD_IsNotComplete */
- #ifndef SOM_DONT_USE_INHERITED_MACROS
- #define ODFocusOwnerIterator_InitObject ODObject_InitObject
- #define ODFocusOwnerIterator_HasExtension ODObject_HasExtension
- #define ODFocusOwnerIterator_AcquireExtension ODObject_AcquireExtension
- #define ODFocusOwnerIterator_ReleaseExtension ODObject_ReleaseExtension
- #define ODFocusOwnerIterator_Purge ODObject_Purge
- #define ODFocusOwnerIterator_IsEqualTo ODObject_IsEqualTo
- #define ODFocusOwnerIterator_SubClassResponsibility ODObject_SubClassResponsibility
- #define ODFocusOwnerIterator_somInit SOMObject_somInit
- #define ODFocusOwnerIterator_somUninit SOMObject_somUninit
- #define ODFocusOwnerIterator_somInit SOMObject_somInit
- #define ODFocusOwnerIterator_somUninit SOMObject_somUninit
- #define ODFocusOwnerIterator_somDuplicateReference SOMObject_somDuplicateReference
- #define ODFocusOwnerIterator_somCompareReference SOMObject_somCompareReference
- #define ODFocusOwnerIterator_somRelease SOMObject_somRelease
- #define ODFocusOwnerIterator_somFree SOMObject_somFree
- #define ODFocusOwnerIterator_somCanDelete SOMObject_somCanDelete
- #define ODFocusOwnerIterator_somGetClass SOMObject_somGetClass
- #define ODFocusOwnerIterator_somGetClassName SOMObject_somGetClassName
- #define ODFocusOwnerIterator_somGetSize SOMObject_somGetSize
- #define ODFocusOwnerIterator_somIsA SOMObject_somIsA
- #define ODFocusOwnerIterator_somRespondsTo SOMObject_somRespondsTo
- #define ODFocusOwnerIterator_somIsInstanceOf SOMObject_somIsInstanceOf
- #define ODFocusOwnerIterator_somDispatch SOMObject_somDispatch
- #define ODFocusOwnerIterator_somClassDispatch SOMObject_somClassDispatch
- #define ODFocusOwnerIterator_somCastObj SOMObject_somCastObj
- #define ODFocusOwnerIterator_somResetObj SOMObject_somResetObj
- #define ODFocusOwnerIterator_somPrintSelf SOMObject_somPrintSelf
- #define ODFocusOwnerIterator_somDumpSelf SOMObject_somDumpSelf
- #define ODFocusOwnerIterator_somDumpSelfInt SOMObject_somDumpSelfInt
- #endif /* SOM_DONT_USE_INHERITED_MACROS */
-
- #endif /* SOM_ODFocusOwnerIterator_h */
-